home *** CD-ROM | disk | FTP | other *** search
/ Champak 43 / Vol 43.iso / games / penguin.swf / scripts / DefineSprite_229_control / frame_6 / DoAction.as
Encoding:
Text File  |  2007-06-26  |  139 b   |  10 lines

  1. if(_root.playControl.bulletReady != true)
  2. {
  3.    gotoAndStop("go");
  4.    play();
  5. }
  6. else
  7. {
  8.    _root.playControl.bulletReady = false;
  9. }
  10.